@charset "utf-8";
#container {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: repeat-y;
	background-image: url(assets/bakground_paninis&landsea.png);
}
#banner {
	background-color: #FFFFFF;
	height: 70px;
	width: 1000px;
	background-image: url(assets/banner_salads.png);
}
#navigation {
	color: #FFF;
	background-color: #000000;
	height: 40px;
	width: 1000px;
	float: left;
	font-size: 36px;
}

#navigation a:hover {
	background-color: #bbbaad;
	height: 25px;
}
#navigation ul li {
	float: left;
	list-style-type: none;
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-right: 15px;
	padding-bottom: 8px;
	display: block;
	font-weight: bold;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color: #000000;
	clear: both;
	padding-top: 5px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#footer a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #d7cc23;
	text-decoration: none;
}
#leftsidebar {
	background-color: #e9e0d5;
	width: 310px;
	float: left;
	margin-top: auto;
	padding-right: 15px;
	padding-left: 15px;
	color: #333;
	padding-top: 16px;
	padding-bottom: 16px;
}
#centralbar {
	background-color: #e9e0d5;
	width: 320;
	float: left;
	margin-top: auto;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	padding-top: 16px;
	padding-bottom: 20px;
}
#rightsidebar {
	background-color: #e9e0d5;
	width: 320px;
	float: left;
	margin-top: auto;
	padding-right: 15px;
	padding-left: 15px;
	color: #333;
	padding-top: 16px;
	padding-bottom: 16px;
}
#ingredients {
	background-color: #C1C2BE;
	width: 250px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 30px;
	-webkit-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-moz-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-ms-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-o-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	overflow: hidden;
	margin-top: 90px;
	border: thin solid #666;
	margin-right: 5px;
	font-weight: bold;
	color: #333333;
}
#recipe {
	height: 30px;
	width: 250px;
	float: left;
	margin-top: 90px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	overflow: hidden;
	-webkit-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-moz-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-ms-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-o-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	background-color: #C1C2BE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#time {
	background-color: #C1C2BE;
	width: 250px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 30px;
	-webkit-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-moz-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-ms-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-o-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	overflow: hidden;
	margin-top: 18px;
	border: thin solid #666;
	margin-right: 5px;
	font-weight: bold;
	color: #333333;
}
#serving {
	height: 30px;
	width: 250px;
	float: left;
	margin-top: 90px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	overflow: hidden;
	-webkit-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-moz-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-ms-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	-o-transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	transition: height 2s ease 0s, background-color 0.5s ease-out 1s;
	background-color: #C1C2BE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}



#subnavigation {
	background-color: #999;
	float: left;
	height: 40px;
	width: 1000px;
	background-image: none;
	text-align: left;
	color: #F93;
}
#subnavigation ul li {
	float: left;
	list-style-type: none;
}
#subnavigation ul li a {
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-size: 20px;
	color: #e9e0d5;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: bold;
}
#subnavigation ul {
	padding: 0px;
	margin: 0px;
}
#subnavigation a:hover {
	background-color: #ACAC00;
	color: #e9e0d5;
}
.floatimage {
	margin-bottom: 10px;
	margin-left: 7px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	font-style: italic;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.5em;
	font-variant: small-caps;
}

p1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #333;
	font-style: normal;
	font-weight: normal;
}
#ingredients:hover {
	height: 360px;
	background-color: #D7cc23;
}
#recipe:hover {
	height: 500px;
	background-color: #D7cc23;
	text-align: left;
}
#time:hover {
	height: 300px;
	background-color: #d7cc23;
}
#serving:hover {
	height: 250px;
	background-color: #D7cc23;
}
